Basic Numerical Operations
====================================


.. currentmodule:: HyperGP.tensor

Tensor Operators
---------------------

.. autosummary::
    :toctree: _autosummary

    add
    sub
    mul
    div
    sum
    min
    max
    argmin
    argmax
    mean
    std
    var
    sqrt
    abs
    loge
    log10
    log2
    sin
    cos
    tan
    arcsin
    arccos
    arctan
    exp
    ceil
    floor
    sign
    
    concatenate
    where
    all
    any

    zeros
    empty
    ones
    full
    uniform

    T
    dot
    inv
    det
    diagonal_sum
    

